basic-test.sh: explicitly check for uncompressed objects
authorJonathan Lebon <jlebon@redhat.com>
Fri, 2 Jun 2017 17:41:33 +0000 (13:41 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 2 Jun 2017 17:46:16 +0000 (17:46 +0000)
commitf813ae74addef8784469a33f0b37c63f05596555
tree4cb6e32079272f68531d9f848e1d9d6510aa32a8
parentab7c3fd8003220304717aa8a951ec64b1ebf8182
basic-test.sh: explicitly check for uncompressed objects

It's not enough to check that the dir exists, since that's done by
default when we open the repo. We want to actually check that
uncompressed objects were cached (i.e. the opposite of the earlier error
path).

Closes: #903
Approved by: cgwalters
tests/basic-test.sh